home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / Tangram 5.swf / scripts / DefineButton2_61 / BUTTONCONDACTION on(press).as < prev    next >
Encoding:
Text File  |  2001-07-15  |  121 b   |  8 lines

  1. on(press){
  2.    this.startDrag();
  3.    this.swapDepths(100);
  4.    _level0.DragObject = _name;
  5.    x0 = _X;
  6.    y0 = _Y;
  7. }
  8.